projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad5572b
)
insert-file-contents-literally doc fix
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 30 Apr 2016 16:07:15 +0000
(18:07 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 1 May 2016 17:27:13 +0000
(19:27 +0200)
* lisp/files.el (insert-file-contents-literally): Say that the
parameters are explained in the other function (bug#18317).
(cherry picked from commit
b6481b19bc9592492b1f70dfecb4de6256f537fe
)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 5cdd3849f19d75b7341c7fe22534571a9d90a93b..f9c6c5185e37f22ca237901dfc24b5c16a17ef25 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2143,6
+2143,7
@@
Do you want to revisit the file normally now? ")
\f
(defun insert-file-contents-literally (filename &optional visit beg end replace)
"Like `insert-file-contents', but only reads in the file literally.
+See `insert-file-contents' for an explanation of the parameters.
A buffer may be modified in several ways after reading into the buffer,
due to Emacs features such as format decoding, character code
conversion, `find-file-hook', automatic uncompression, etc.